ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / ColumnFootersRowHeaderText Property

In This Topic
    ColumnFootersRowHeaderText Property (TransposedGrid<T>)
    In This Topic
    Gets or sets the text for the group row header in the column footers panel.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnFootersRowHeaderText As String
    public virtual string ColumnFootersRowHeaderText {get; set;}
    See Also